Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.spaces.core.types--schema

This contribution is part of XML component org.nuxeo.ecm.spaces.core.types inside nuxeo-opensocial-spaces-6.0.jar

Extension Point

Extension point schema of component TypeService.

Contributed Items

  • <schema name="space" prefix="space" src="schemas/space.xsd"/>
  • <schema name="webcontent" prefix="wcontent" src="schemas/webcontent.xsd"/>
  • <schema name="wchtml" prefix="wchtml" src="schemas/wchtml.xsd"/>
  • <schema name="wcopensocial" prefix="wcopensocial" src="schemas/wcopensocial.xsd"/>
  • <schema name="yuilayout" prefix="yuilayout" src="schemas/yuilayout.xsd"/>
  • <schema name="yuiunit" prefix="yuiunit" src="schemas/yuiunit.xsd"/>
  • <schema name="gadget" prefix="gadget" src="schemas/gadget.xsd"/>

XML Source

<extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <schema name="space" prefix="space" src="schemas/space.xsd"/>
    <schema name="webcontent" prefix="wcontent" src="schemas/webcontent.xsd"/>
    <schema name="wchtml" prefix="wchtml" src="schemas/wchtml.xsd"/>
    <schema name="wcopensocial" prefix="wcopensocial" src="schemas/wcopensocial.xsd"/>
    <schema name="yuilayout" prefix="yuilayout" src="schemas/yuilayout.xsd"/>
    <schema name="yuiunit" prefix="yuiunit" src="schemas/yuiunit.xsd"/>

    <!--  We keep it for compatibility reasons : needed for gadget type -->
    <schema name="gadget" prefix="gadget" src="schemas/gadget.xsd"/>
  </extension>